DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / DbParameterCollection Property

In This Topic
    DbParameterCollection Property (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    System.Data.Common.DbParameter オブジェクトのコレクションを取得します。
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property DbParameterCollection As DbParameterCollection
    protected override DbParameterCollection DbParameterCollection {get;}
    See Also